home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 43
/
Vol 43.iso
/
games
/
penguin.swf
/
scripts
/
DefineSprite_467
/
frame_1
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2007-06-26
|
229 b
|
20 lines
stop();
var i;
if(_root.gameLevel < 3)
{
i = 1;
}
else if(_root.gameLevel < 5)
{
i = 2;
}
else if(_root.gameLevel < 7)
{
i = 3;
}
else
{
i = int(Math.random() * _totalframes) + 1;
}
gotoAndStop(i);